auto merge of #122 : Benny1992/cargo/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 5 Jul 2014 17:59:56 +0000 (17:59 +0000)
committerbors <bors@rust-lang.org>
Sat, 5 Jul 2014 17:59:56 +0000 (17:59 +0000)
commitf13a36cb5a1615486766e8161cbddd8491e97ab8
tree89a3d8efbbeeedd829e1f74eb2b168059e3a6a20
parentc5522e61787f4a5ca9f677f02f45ce81f7b9eb89
parent5790b403a56fe081e57c7e30c16a2bc361da31db
auto merge of #122 : Benny1992/cargo/master, r=alexcrichton

Tried with [[executable]] and got this:

```bash
FizzBuzz (master*) $ cargo build                                                                                                             mri-2.1.2
unused manifest key: executable.name
unused manifest key: executable.path
       Fresh fizzbuzz v0.0.1 (file:/home/benny/Web/RustApplications/FizzBuzz)
```

I think ```executable``` section should be ```bin```